home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / retroland.swf / scripts / DefineSprite_167 / frame_2 / PlaceObject2_145_963 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2007-10-01  |  164b  |  9 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero.hitTest(this))
  3.    {
  4.       this.gotoAndPlay(2);
  5.       _root.heroEND.gotoAndPlay(2);
  6.       _level0.keys = 1;
  7.    }
  8. }
  9.